body {
	font-size: 100%;
	margin: 20px;
}
h1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.875em;
}

h3 {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.25em;
}

h4 {
	font-weight: normal;
	font-size: 0.9375em;
	line-height: 1.25em;
}

h5 {
	font-weight: bold;
	font-size: 0.8125em;
	line-height: 1.25em;
}

p,
dt,
dd,
.contentFontSize {
	font-size: 0.8125em;
	line-height: 1.25em;
}

.assistiveObject {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

dl.oneLine dt {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

dl.oneLine dd {
	margin: 0;
}

/***********************************/
#footer,
#menuContainer,
.functionRow,
.toolbar,
.topRow,
.userRow .logoutButton,
.userRow .divider,
.infoToggler {
	display: none;
}

#header a {
	text-decoration: none;
}

#header .wrapper .header-right .user-wrapper {
	display: inline-block;
	padding: 0;
	margin: 0 20px;
}
#contentContainer {
	margin: 40px auto 0;
}
/***********************************/

.togglerTarget {
	display: block !important;
}

/*** Inbox detail header ***/
.dateAndHeader {
	position: relative;
	padding-top: 1em;
	margin: 15px 0;
}
.dateAndHeader .dateAndTypeRow {
	position: absolute;
	top: 0;
}
.dateAndHeader h2 {
	margin: 0;
}

/*** List item ***********************/

.itemList {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.item {
	margin: 15px 15px 45px;
}

.item.subRowOnTop .mainBody {
	position: relative;
	padding-top: 1em;
}
.item.subRowOnTop .mainBody .title {
	margin: 0;
}
.item.subRowOnTop .mainBody .subRow {
	position: absolute;
	top: 0;
}
